@charset "utf-8";
@import "reset.css";
@import "bootstrap.min.css";
@import "swiper.css";
/*包含以下四种的链接*/
a {
  text-decoration: none;
}
/*正常的未被访问过的链接*/
a:link {
  text-decoration: none;
}
/*已经访问过的链接*/
a:visited {
  text-decoration: none;
}
/*鼠标划过(停留)的链接*/
a:hover {
  text-decoration: none;
}
/* 正在点击的链接*/
a:active {
  text-decoration: none;
}
html,
body {
  font-size: 10px;
  overflow-x: hidden;
}
/*修改滚动条*/
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
::-webkit-scrollbar-track {
  background: #fff;
}
::-webkit-scrollbar-thumb {
  background: #dab07e;
  /*border-radius: 4px;*/
}
::-webkit-scrollbar-thumb:window-inactive {
  background: #dab07e;
}
::-webkit-scrollbar-thumb:vertical:hover {
  background: #dab07e;
}
/*nav*/
.tit {
  margin-bottom: 2rem;
}
.tit h3 {
  font-size: 3rem;
  font-weight: bold;
}
.tit .con {
  font-size: 1.4rem;
  font-family: -webkit-pictograph, 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  text-transform: uppercase;
}
.tit::after {
  content: "";
  display: block;
  width: 40px;
  height: 5px;
  text-align: center;
  margin: auto;
  border-radius: 3px;
  background-color: #dab07e;
}
.more {
  display: block;
  font-size: 2rem;
  padding: 1% 1%;
  width: 25%;
  margin: 30px auto;
  border-radius: 30px;
  color: #626262;
  border: 2px solid #e6e6e6;
  max-width: 200px;
  text-align: center;
  transition: all 0.3s;
  background-color: #e6e6e6;
  text-transform: uppercase;
}
.more:hover {
  color: #fff;
  border: 2px solid #e6e6e6;
  background-color: #626262;
}
.more.act {
  color: #fff;
  background-color: #dab07e;
  border: 2px solid #dab07e;
}
.more.act:hover {
  color: #dab07e;
  border: 2px solid #fff;
  background-color: #fff;
}
.no-goods {
  padding: 1.5% 0;
}
#head {
  position: fixed;
  z-index: 10;
  width: 100%;
  transition: all 0.3s;
  background-color: #fff;
}
#head .top .logo {
  width: 60%;
}
#head .top .logo img {
  width: auto;
  max-width: 100%;
  transition: all 0.5s;
}
#head .top .navs {
  background-color: #2b2829;
}
#head .top .navslist {
  width: 100%;
}
#head .top .warpper {
  padding: 20px 0;
}
#head .top .warpper .logo img {
  vertical-align: middle;
  padding-right: 10px;
  display: inline-block;
  border-right: 1px solid #ccc;
  margin-right: 10px;
}
#head .top .warpper .logo .disline {
  color: #222222;
  font-size: 16px;
}
#head .top .warpper .logo .disline h2 {
  font-size: 20px;
}
#head .top .warpper .fr a {
  font-size: 14px;
  color: #222222;
}
#head .top .warpper .fr a b {
  color: #dab07e;
  font-size: 22px;
  font-weight: 500;
}
#head .toptel {
  font-size: 2rem;
  color: #000;
  line-height: 4;
}
#head .toptel img {
  vertical-align: sub;
  margin-right: 5px;
}
#head .toptel a {
  font-size: 2rem;
  color: #000;
}
#head nav > ul {
  white-space: nowrap;
  margin-bottom: 0;
}
#head nav > ul > li {
  display: inline-block;
  width: 12.5%;
  text-align: center;
  font-size: 1.6rem;
  line-height: 60px;
  color: #535353;
  position: relative;
  transition: all 0.3s;
}
#head nav > ul > li > a {
  width: 100%;
  display: inline-block;
  color: #fff;
  white-space: nowrap;
}
#head nav > ul > li > a::after {
  content: "";
  display: block;
  height: 3px;
  width: 0px ;
  margin: -8px auto;
  background-color: #dab07e;
  transition: all 0.3s;
}
#head nav > ul > li > a:hover::after {
  width: 50%;
}
#head nav > ul > li ul {
  position: absolute;
  z-index: 1;
  width: 100%;
  background-color: rgba(43, 40, 41, 0.8);
  transition: all 0.3s;
  transform-origin: top;
  transform: rotateX(90deg);
}
#head nav > ul > li ul li {
  line-height: 4;
  font-size: 1.4rem;
  border-bottom: 1px solid #000;
}
#head nav > ul > li ul li:last-child {
  border: none;
}
#head nav > ul > li ul li a {
  color: #fff;
  transition: 0.3s;
  display: block;
}
#head nav > ul > li ul li a:hover {
  color: #dab07e;
}
#head.top {
  border-bottom: 1px solid #dab07e;
}
#head.top .logo img {
  max-width: 95%;
}
#head.top .toptel {
  line-height: 3.5;
}
#head.mnav {
  background: #fff none repeat scroll 0 0;
  border-bottom: 1px solid #1d4a9c;
}
#myCarousel .carousel-indicators li {
  border-color: #dab07e;
}
#myCarousel .carousel-indicators .active {
  background-color: #dab07e;
}
.tbody #head .top .logo img {
  max-width: 329px;
  padding-top: 2rem;
}
.tbody #head {
  position: inherit;
}
.tbody #head a {
  color: #000;
}
.tbody #head .toptel {
  color: #000;
}
.fixed-banner {
  height: auto;
}
.fixed-banner .crumbs {
  padding-top: 29%;
  color: #fff;
  text-shadow: 0 0 21px black;
}
.fixed-banner .crumbs a {
  font-size: 1.6rem;
  color: #fff;
  line-height: 3;
}
.de-about-content {
  font-size: 16PX;
  line-height: 30PX;
  padding: 2% 1%;
}
.com-main .lines {
  border-bottom: 1px solid #8a8a8a;
}
.com-main .coms {
  background-repeat: no-repeat;
  background-position: center 55% ;
  background-size: contain;
}
.com-main .coms h5 {
  color: #fff;
  width: 100%;
  text-align: center;
  line-height: 3;
  font-size: 2rem;
  background-color: #dab07e;
  margin: 0;
}
.com-main .coms .there {
  margin: 10rem 0;
}
.com-main .coms .there img {
  display: inline;
}
.com-main .coms .there h6 {
  font-size: 1.8rem;
  font-weight: bold;
}
.com-main .coms .there p {
  color: #8e8d8d;
}
.com-main .coms .there .disline {
  padding-left: 2rem;
  max-width: 60%;
}
.com-main .main .mv {
  background-size: contain;
}
.company .advantage h5 {
  font-size: 4rem;
  color: #423c15;
  line-height: 1.5;
}
.company .advantage .cons {
  background-color: #fbf9ed;
  margin-top: 1rem;
  padding: 1.5rem 10% ;
}
.company .advantage .cons img {
  max-width: 100%;
}
.topnav h3 {
  vertical-align: bottom;
  font-size: 3.2rem;
  font-weight: bold;
}
.topnav h3 img {
  vertical-align: text-bottom;
}
.topnav .line {
  margin-top: 10px;
}
.topnav .fr .condec {
  font-size: 2.4rem;
  line-height: 3;
  margin-top: 25px;
}
.main {
  margin-top: 191px;
}
.main .advantage {
  padding: 3rem 0;
}
.main .advantage .programme {
  background-image: url(../images/probg.png);
  background-repeat: no-repeat;
  background-position: center top ;
  background-size: 92%;
  padding: 5rem 0 0;
}
.main .advantage .programme .item {
  transition: all 0.3s;
}
.main .advantage .programme .item .box_img {
  overflow: hidden;
}
.main .advantage .programme .item:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.main .advantage .programme .item:hover h6,
.main .advantage .programme .item:hover p {
  color: #dab07e;
}
.main .advantage .programme img {
  width: 100%;
  transition: all 0.5s;
  height: 579px;
  object-fit: cover;
}
.main .advantage .programme .col-md-4 img {
  height: 239px;
  object-fit: cover;
}
.main .advantage .programme h6 {
  color: #413737;
  line-height: 2;
  font-size: 1.8rem;
  font-weight: bold;
  transition: all 0.3s;
}
.main .advantage .programme p {
  height: 34px;
  color: #8e8d8d;
  transition: all 0.3s;
}
.main .techeritem .fous {
  background-image: url(../images/ysbg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 6rem 0 ;
  background-position: center;
}
.main .techeritem ul {
  padding-top: 5rem;
}
.main .techeritem ul li {
  margin-bottom: 20px;
}
.main .techeritem ul li a {
  display: inline-block;
  position: relative;
}
.main .techeritem ul li a img {
  width: 100%;
}
.main .techeritem ul li a .infos {
  background: rgba(0, 0, 0, 0.5) url(../images/music.png) center 35% no-repeat;
  position: absolute;
  width: 100%;
  top: 0;
  height: 100%;
  color: #fff;
  border-radius: 50%;
  padding-top: 55%;
  transition: all 0.5s ;
  opacity: 0;
  transform: rotate(180deg);
}
.main .techeritem ul li a .infos h5 {
  font-size: 2.4rem;
}
.main .techeritem ul li a .infos p {
  text-transform: uppercase;
}
.main .techeritem ul li a:hover .infos {
  opacity: 1;
  transform: rotate(0deg);
}
.main .topnav .fcons {
  margin-top: 10rem;
}
.main .topnav .fcons > div:first-child {
  width: 12%;
}
.main .topnav .ystit {
  border-left: 1px solid #d4d3d3;
  padding-left: 2rem;
  margin-left: 2rem;
  width: 76%;
  display: inline-block;
}
.main .topnav .ystit h5 {
  font-size: 1.8rem;
  font-weight: bold;
}
.main .topnav .ystit p {
  max-width: 29rem;
  font-size: 1.4rem;
}
.main .mv {
  background-image: url(../images/combg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 5rem 0 3rem;
  color: #fff;
}
.main .mv .tit {
  padding-bottom: 1rem;
}
.main .mv .tit::after {
  background-color: #fff;
}
.main .mv h5 {
  font-size: 1.8rem;
  color: #fff;
  padding-bottom: 3rem;
  border-bottom: 1px solid #bbbbbb;
}
.main .mv .mvbox {
  color: #fff;
  font-size: 1.4rem;
  line-height: 2;
}
.main .mv .act {
  color: #fff;
  border-color: #ff9c00;
  background-color: #ff9c00;
}
.main .mv .act:hover {
  color: #ff9c00;
  border-color: #ff9c00;
  background-color: #fff;
}
.main .advantages {
  background-image: url(../images/advantage.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 10rem 0 0px;
}
.main .advantages .gridbox {
  max-width: 1600px;
  margin: auto;
  padding-bottom: 3%;
  background-color: #fff;
}
.main .advantages .gridbox h2 {
  margin-top: -3%;
  margin-bottom: 4%;
}
.main .advantages .gridbox .newgrid a {
  display: inline-block;
  position: relative;
}
.main .advantages .gridbox .newgrid a .titadv {
  font-size: 2.4rem;
  font-weight: bold;
  color: #000;
  position: absolute;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 19%;
}
.main .advantages .gridbox .newgrid a .decinfo {
  position: absolute;
  width: 100%;
  top: 20%;
  color: #423c15;
  padding: 0 10%;
}
.main .advantages .gridbox .newgrid a .decinfo h5 {
  font-size: 2.4rem;
  font-weight: bold;
}
.main .advantages .gridbox .newgrid a .decinfo p {
  font-size: 1.8rem;
}
.main .advantages .gridbox .newgrid .swiper-slide {
  margin-top: 5.2%;
}
.main .advantages .gridbox .newgrid .swiper-slide:nth-child(2n) {
  margin-top: 0%;
}
.main .advantages .gridbox .newgrid .swiper-slide:nth-child(2n) .titadv {
  top: 19%;
}
.main .advantages .gridbox .newgrid .swiper-slide:nth-child(2n) .decinfo {
  color: #fff;
  top: 50%;
}
.main .classseting {
  padding: 3rem 0 5rem;
  background: linear-gradient(to bottom, #e8e8e8, #ffffff);
}
.main .classseting .tit::after {
  width: 0;
}
.main .classseting .caselist {
  margin-top: 0;
}
.main .classseting .caselist .swiper-slide {
  transition: all 0.3s;
}
.main .classseting .caselist .ccipt {
  font-size: 3rem;
  line-height: 42px;
  text-align: center;
  right: -4rem;
  border-radius: 50%;
  background: #fff;
  width: 42px;
  height: 42px;
  z-index: 10;
  box-shadow: 1px 0px 5px #999;
  transition: all 0.3s;
}
.main .classseting .caselist .ccipt:hover {
  background-color: #dab07e;
  color: #fff;
}
.main .classseting .caselist .ccivt {
  left: -4rem;
  font-size: 3rem;
  line-height: 42px;
  text-align: center;
  z-index: 10;
  border-radius: 50%;
  background: #fff;
  width: 42px;
  height: 42px;
  box-shadow: 1px 0px 5px #999;
  transition: all 0.3s;
}
.main .classseting .caselist .ccivt:hover {
  background-color: #dab07e;
  color: #fff;
}
.main .classseting .caselist .girls {
  width: 95%;
  margin: auto;
  position: relative;
}
.main .classseting .caselist .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.main .classseting .caselist a {
  width: 100%;
  display: inline-block;
}
.main .classseting .caselist a h5 {
  margin: 0;
  padding: 4% 1%;
  font-size: 1.8rem;
  color: #000000;
  transition: all 0.3s;
}
.main .classseting .caselist a h5::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #d9d9d9;
  margin-top: 10px;
}
.main .classseting .caselist a p {
  font-size: 1.4rem;
  color: #333;
  transition: all 0.3s;
}
.main .classseting .caselist a .setingimg {
  background-repeat: no-repeat;
  background-size: 108% auto;
  background-color: #fff;
  background-position: center;
  padding-bottom: 100%;
  transition: all 0.3s;
}
.main .classseting .caselist a:hover .setingimg {
  background-size: 115% auto ;
}
.main .classseting .caselist a:hover h5,
.main .classseting .caselist a:hover p {
  color: #dab07e;
}
.main .classseting .casepage {
  position: relative;
  padding-top: 7%;
}
.main .classseting .casepage a {
  display: inline-block;
  padding: 0 20px;
  color: #333;
  font-size: 1.6rem;
  border-right: 1px solid #999;
  transition: all 0.5s;
}
.main .classseting .casepage a:hover {
  color: #dab07e;
}
.main .classseting .casepage > div:last-child a {
  border-right: 1px solid #fff;
}
.main .classseting .jptj {
  margin-top: 2rem;
}
.main .classseting .jptj .box_img {
  overflow: hidden;
}
.main .classseting .jptj > div::before {
  content: "新品推荐";
  font-size: 2.2rem;
  font-weight: bold;
  color: #fff;
  padding: 1rem;
  display: inline-block;
  position: absolute;
  border-left: 1rem solid #d9a15e;
  background-color: #494949;
  z-index: 1;
}
.main .classseting .jptj > div img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  transition: all 0.5s;
}
.main .classseting .jptj > div img:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.main .news {
  background-repeat: no-repeat;
  background-size: cover;
}
.main .news .newslist {
  margin-top: 3rem;
}
.main .news .newslist ul li {
  margin-bottom: 1.5rem;
}
.main .news .newslist ul li a {
  display: block;
  padding: 3rem 2rem;
  color: #000;
  overflow: hidden;
}
.main .news .newslist ul li a .days {
  font-size: 4rem;
}
.main .news .newslist ul li a .mouth {
  font-size: 1.8rem;
  color: #000;
}
.main .news .newslist ul li a .nesinfo {
  width: 90%;
  padding-left: 1rem;
  margin-top: 1rem;
}
.main .news .newslist ul li a .nesinfo h5 {
  font-size: 1.8rem;
  transition: all 0.3s ;
  margin-top: 0px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.main .news .newslist ul li a .nesinfo h5::before {
  content: '';
  height: 10px;
  width: 10px;
  background-color: #d8a66b;
  display: inline-block;
  margin-right: 10px;
}
.main .news .newslist ul li a .nesinfo p {
  font-size: 1.3rem;
  color: #000;
  height: 55px;
  padding-left: 20px;
}
.main .news .newslist ul li a .nesinfo .time {
  margin-top: 2rem;
}
.main .news .newslist ul li a .newcons {
  padding-left: 1rem;
  vertical-align: top;
  margin-top: 1rem;
  display: none;
}
.main .news .newslist ul li a .newcons img {
  max-width: 170px;
  height: 86px;
}
.main .news .newslist ul li a .newcons::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #fff;
  vertical-align: top;
  margin-right: 1rem;
}
.main .news .newslist ul li a:hover h5 {
  color: #d8a66b;
}
.main .news .newslist ul li a .more {
  margin: inherit;
  padding: 1rem 3rem;
  width: 46%;
  border: 2px solid #fff;
}
.main .news .tit {
  border-bottom: 1px solid #c9c9c9;
}
.main .news .tit::after {
  margin-top: 2rem;
  background-color: #000;
}
.newsPage {
  margin: 40px 0;
  overflow: hidden;
  font-size: 1.4rem;
}
.newsPage .page-a:first-child {
  float: left;
}
.newsPage .page-a:last-child {
  float: right;
}
#perfil {
  color: #ffcd24;
  margin-bottom: 10rem;
  background-color: #fd4f06;
}
#perfil .items {
  margin: 5rem 0;
  font-size: 6rem;
  border-right: 1px solid #ffdf20;
}
#perfil .items .zb {
  font-weight: bold;
}
#perfil .items .ccc {
  font-size: 2rem;
}
#perfil .end {
  border-right: 1px solid #fd4f06;
}
.tbody .carousel {
  z-index: -1;
}
.tbody .advantages {
  background: #fff;
  padding: 0;
}
.tbody .honor h5 {
  font-size: 4rem;
  color: #423c15;
  line-height: 1.5;
}
/*联系我们*/
/*分页*/
.de-page-mian {
  overflow: hidden;
  text-align: center;
  font-size: 0;
  margin: 10px 0 35px;
  clear: both;
}
.de-page-mian .page-inner {
  display: inline-block;
  overflow: hidden;
}
.de-page-mian .page-inner a {
  display: block;
  width: auto!important;
  float: left;
  min-width: 26px;
  padding: 0 5px;
  margin: 0 5px;
  height: 36px;
  border: 1px solid #dddddd;
  background: #fff;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #333;
  margin-right: -1px;
  overflow: hidden;
}
.de-page-mian .page-inner a.active,
.de-page-mian .page-inner a:hover {
  color: #fff;
  border-color: #333;
  background: #333;
}
.de-page-mian .page-inner a.prev {
  margin-right: 10px;
}
.de-page-mian .page-inner a.prev::before {
  content: "<<";
  display: inline-block;
}
.de-page-mian .page-inner a.prev:hover {
  border-color: #dddddd;
}
.de-page-mian .page-inner a.next {
  margin-left: 10px;
  margin-right: 15px;
}
.de-page-mian .page-inner a.next::before {
  content: ">>";
  display: inline-block;
}
.de-page-mian .page-inner a.next:hover {
  border-color: #dddddd;
}
.de-page-mian .page-inner a.page-btn {
  font-size: 12px;
  margin-right: 0;
  width: 63px;
  margin-left: 10px;
}
.de-page-mian .page-inner span {
  display: block;
  font-size: 12px;
  color: #333;
  float: left;
  line-height: 38px;
}
.de-page-mian .page-inner input {
  display: block;
  float: left;
  height: 36px;
  width: 36px;
  border: 1px solid #dddddd;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #333;
  margin: 0 5px;
}
.tecat .navbox {
  text-align: center;
  padding: 3rem 5rem;
  color: #fff;
  transform: translateY(-50%);
  background-color: #dab07e;
  margin-bottom: -5rem;
}
.tecat .navbox h5 {
  color: #fff;
  line-height: 1.1;
  font-size: 4.4rem;
  font-weight: bold;
}
.tecat .navbox p {
  font-size: 2.4rem;
}
.contact {
  margin: 2rem auto;
  width: 100%;
  border: 2rem solid #f1f1f1;
}
.contact ul li {
  padding: 1rem;
  border-bottom: 1px solid #e8e8e8;
}
.contact ul li:last-child {
  border-bottom: none;
}
.contact ul li img {
  vertical-align: top;
  margin-right: 2rem;
}
.contact .iis {
  margin-top: 2rem;
  font-size: 1.8rem;
}
.contact .iisp {
  font-size: 1.4rem;
  color: #9e9ea2;
}
.newsbox .navbox {
  text-align: center;
  padding: 3rem 5rem;
  color: #fff;
  transform: translateY(-50%);
  background-color: #dab07e;
}
.newsbox .navbox h5 {
  font-size: 4.4rem;
  font-weight: bold;
}
.newsbox .navbox p {
  font-size: 2.4rem;
}
.newsbox .catenav li {
  float: left;
  margin: 5rem 2rem;
  padding-right: 2rem;
  font-size: 1.8rem;
  border-right: 1px solid #999;
  transition: all 0.3s;
}
.newsbox .catenav li a {
  transition: all 0.3s;
  color: #1d1d1d;
}
.newsbox .catenav li::before {
  content: "";
  width: 10px;
  height: 10px;
  border: 2px solid  #fff;
  border-radius: 50%;
  display: inline-block;
  margin-right: 1rem;
  transition: all 0.3s;
}
.newsbox .catenav li.active a {
  color: #dab07e;
}
.newsbox .catenav li.active::before {
  content: "";
  width: 10px;
  height: 10px;
  border: 2px solid #dab07e;
  border-radius: 50%;
  display: inline-block;
  margin-right: 1rem;
}
.newsbox .catenav li:hover a {
  color: #dab07e;
}
.newsbox .catenav li:hover::before {
  content: "";
  width: 10px;
  height: 10px;
  border: 2px solid #dab07e;
  border-radius: 50%;
  display: inline-block;
  margin-right: 1rem;
}
.newsbox .titlist {
  padding: 4rem 0;
}
.newsbox .titlist li {
  background-color: #fbfafa;
  margin-bottom: 1rem;
  transition: all  0.3s ;
}
.newsbox .titlist li a {
  display: block;
  overflow: hidden;
  padding: 3rem;
  transition: all  0.3s ;
  width: 100%;
}
.newsbox .titlist li a h6 {
  font-size: 2rem;
  font-weight: bold;
  color: #333;
}
.newsbox .titlist li a h6::after {
  content: "";
  display: block;
  width: 2rem;
  height: 3px;
  background-color: #dab07e;
  margin: 1.5rem 0;
}
.newsbox .titlist li a .newdec {
  color: #9a9a9a;
}
.newsbox .titlist li a .year {
  font-size: 2rem;
  color: #b6b6b6;
}
.newsbox .titlist li a .date {
  font-size: 3.4rem;
  color: #b6b6b6;
}
.newsbox .titlist li a .vies {
  width: 4rem;
  height: 4rem;
  font-size: 2rem;
  line-height: 4rem;
  text-align: center;
  border-radius: 50%;
  color: #b6b6b6;
  font-family: fangsong;
  margin-left: 5rem;
  border: 1px solid #b6b6b6;
}
.newsbox .titlist li a .fl {
  width: 80%;
}
.newsbox .titlist li a .fr {
  width: 8%;
}
.newsbox .titlist li:hover a {
  color: #fff;
  background-color: #dab07e;
}
.newsbox .titlist li:hover a h6 {
  color: #fff;
}
.newsbox .titlist li:hover a h6::after {
  background-color: #ffffff;
}
.newsbox .titlist li:hover a .date,
.newsbox .titlist li:hover a .year,
.newsbox .titlist li:hover a .newdec {
  color: #fff;
}
.newsbox .titlist li:hover a .vies {
  color: #fff;
  border: 1px solid #fff;
}
.nesinfos {
  border-top: 2px  solid #e8e8e8;
  padding-top: 1.5rem;
}
.nesinfos h6 {
  line-height: 4rem;
  color: #373636;
  font-size: 3rem;
}
.nesinfos .times {
  font-size: 1.6rem;
  line-height: 4rem;
  color: #8c8c8c;
  background-color: #e8e8e8;
}
.nesinfos .cons {
  padding: 1.5rem 0;
  color: #7b7b7b;
  border-bottom: 1px  solid #e8e8e8;
}
.nesinfos .cons img {
  max-width: 100%;
}
.cons p {
  font-size: 14px;
}
.newsbox .titlist li a .newdec {
  font-size: 14px;
}
.xgnews {
  padding: 3rem 0;
  background-color: #e8e8e8;
}
.xgnews h6 {
  font-size: 2.8rem;
  font-weight: bold;
}
.xgnews ul li {
  margin-left: -1.5rem;
  margin-bottom: 1.5rem;
}
.xgnews ul li::before {
  content: "";
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  vertical-align: 2rem;
  margin-right: 1rem;
  border-radius: 50%;
  background-color: #000;
}
.xgnews ul li a {
  display: inline-block;
  vertical-align: -4rem;
  width: 90%;
  color: #373636;
  overflow: hidden;
}
.xgnews ul li a .fl {
  width: 82%;
}
.xgnews ul li a .fr {
  margin-top: 2.5rem;
  text-align: right;
  color: #cacaca;
}
.xgnews ul li a .fr p {
  font-size: 2.4rem;
  line-height: 1.3;
  margin: 0;
}
.xgnews ul li a .fr span {
  font-size: 1.6rem;
}
.xgnews ul li a h5 {
  font-size: 1.6rem;
}
.info-center .center-content {
  background-color: #eaeaea;
  padding: 3rem 4rem;
  font-size: 1.6rem;
  margin-bottom: 5rem;
}
.info-center .center-content img {
  max-width: 100%;
}
.info-center h5 {
  border-left: 17px solid #dab07e;
  border-right: 17px solid #dab07e;
  padding-left: 20px;
  font-size: 24px;
  line-height: 2;
}
.info-center h5 img {
  max-width: 100%;
}
#ring-list .item span {
  font-size: 14px!important;
}
#honorspicshow {
  width: 100%;
  height: 100%;
}
#honorspicshow .swiper-wrapper {
  width: 100%;
}
#honorspicshow .swiper-slide {
  width: 400px;
  height: 100%;
  margin: 4rem 0;
  text-align: center;
  background-image: url(../images/case9.png);
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 18px 12px -5px #e4e0e0;
}
#honorspicshow .swiper-slide img {
  border: 1rem solid #fff;
  margin: 1rem auto;
  max-width: 265px;
}
#honorspicshow .swiper-slide .honortit {
  background-color: #fff;
  padding: 3rem 0;
  font-size: 1.8rem;
  margin: 0;
  color: #333;
}
#foot {
  background-color: #000;
}
#foot .img- {
  margin-top: 10%;
}
#foot .inner {
  background-color: #403f3f ;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0;
}
#foot .inner .tal img {
  vertical-align: sub;
  display: inline-block;
  margin-right: 7px;
}
#foot .inner .tal a {
  color: #fff;
  font-weight: 700;
  font-size: 2.6rem;
  display: block;
  margin-top: 10%;
  transition: 0.3s;
}
#foot .inner .tal:hover a {
  color: #dab07e;
}
#foot .inner ul {
  overflow: hidden;
}
#foot .inner ul li {
  line-height: 3;
  width: 32%;
  float: left;
}
#foot .inner ul li a {
  font-size: 1.4rem;
  color: #b1b1b1;
  transition: all 0.3s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#foot .inner ul li a:hover {
  color: #dab07e;
  margin-left: 10px;
}
#foot .inner .mains {
  font-size: 1.4rem;
  color: #b1b1b1;
}
#foot .inner .mains h5 {
  color: #8f8f8f;
  font-size: 2rem;
  font-weight: bold;
  line-height: 2;
}
#foot .inner .mains h5::after {
  content: "";
  display: block;
  width: 75%;
  border-bottom: 1px solid #8f8f8f;
  margin: 1rem  0 1rem;
}
#foot .inner .mains h5 span {
  font-size: 1.4rem;
}
#foot .inner .mains.line h5::after {
  width: 95%;
}
#foot .inner .mains .tel {
  color: #8f8f8f;
  font-size: 2.6rem;
  margin-bottom: 1rem;
}
#foot .inner .mains .tel a {
  color: #fff;
  font-family: fantasy;
  font-size: 2.6rem;
}
#foot .inner .mains .tacinfo {
  line-height: 2;
}
#foot .inner .responsive {
  margin-top: 8rem;
}
#foot .fcopy {
  padding: 1% 0;
  color: #b1b1b1;
  font-size: 1.4rem;
  vertical-align: bottom;
}
#foot .fcopy > div {
  padding-top: 1rem;
}
#foot .fcopy > div .back {
  color: #fff;
  line-height: 3;
  font-size: 1.8rem;
}
.menuBtn {
  position: absolute;
  top: 45%;
  right: 4%;
  width: 25px;
  height: 20px;
  cursor: pointer;
  z-index: 100;
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.menuBtn em {
  margin-bottom: 6px;
  display: block;
  height: 2px;
  background-color: #dab07e;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
}
.m_img,
.m_nav {
  display: none;
}
.carousel-indicators {
  z-index: 1;
}
.pro-sider .pro-sider-ul .ul-li a h2 {
  font-size: 18px;
}
/*产品样式*/
.goods .advantage h5 {
  font-weight: bold;
}
.goods .advantage .goodsnav li {
  background-image: url(../images/jiao.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 2%;
  margin-left: 3%;
  margin-right: 3%;
}
.goods .advantage .goodsnav li a {
  display: block;
  font-size: 1.6rem;
  line-height: 4.5;
  transition: all 0.3s;
  border-bottom: 2px solid transparent;
  text-transform: uppercase;
  color: #423c15;
}
.goods .advantage .goodsnav li:hover {
  color: #fd4f06;
}
.goods .goodgirds {
  overflow: hidden;
}
.goods .goodgirds a {
  display: inline-block;
  width: 95%;
}
.goods .goodgirds a .pic {
  transition: all 0.3s;
  padding: 2rem 2rem 1rem;
  border: 1px solid #b2ceba;
  box-shadow: 0px 3px 7px 2px #b2ceba;
  background-color: #fff;
  margin-bottom: 6%;
}
.goods .goodgirds a .pic .teaimg {
  text-align: center;
}
.goods .goodgirds a .pic .teaimg img {
  max-width: 100%;
}
.goods .goodgirds a .pic img {
  border-radius: 0.5rem;
  height: 325px;
  max-width: 100%;
}
.goods .goodgirds a .pic p {
  font-size: 1.8rem;
  color: #3b3b3b;
  line-height: 1;
  padding-top: 2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.goods .goodgirds a:hover .pic {
  background-color: #dab07e;
}
.goods .goodgirds a:hover p {
  color: #fff;
}
.goods .pages {
  margin: 1rem auto;
}
.goodinfo .advantage {
  padding-bottom: 0;
}
.goodinfo .goodgirds {
  margin-top: -1rem;
  margin-bottom: 5rem;
}
.goodinfo .goodgirds .lines {
  width: 100%;
  height: 1rem;
  border-radius: 10px;
  background-color: #ffdf20;
}
.goodinfo .goodgirds .dec {
  padding: 2rem;
  border-left: 1px solid #f1f1f1 ;
  border-right: 1px solid #f1f1f1 ;
  border-bottom: 1px solid #f1f1f1 ;
  margin-bottom: 1rem;
}
.goodinfo .goodgirds .topnav {
  border-radius: 5px;
  color: #fff;
  padding: 0 5rem;
  background-color: #fd4f06;
}
.goodinfo .goodgirds .topnav h3 {
  font-size: 3rem;
}
.goodinfo .goodgirds .topnav .condec {
  line-height: 2.8;
  margin-top: 0;
}
.goodinfo .goodgirds .news {
  background: none;
}
.goodinfo .goodgirds .more {
  width: 100%;
  line-height: 3;
  margin: 1rem 0;
  padding: 0;
  max-width: 100%;
  font-size: 2.2rem;
  border-radius: 5px;
  text-align: center;
  border: none;
  color: black;
  background-color: #f4f4f4;
}
.goodinfo .advantages {
  padding-top: 5rem;
  background: none;
}
.huanjing {
  margin-top: 3rem;
}
.huanjing li {
  margin-bottom: 1.5rem;
}
.huanjing img {
  width: 99%;
  height: 40rem;
}
.huanjing li:nth-child(2n) {
  text-align: right;
}
@media (max-width: 1400px) {
  .container {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  #head .toptel {
    line-height: 2;
  }
  .simg {
    width: 100%;
  }
  .info-center h5 img {
    max-width: 75%;
  }
}
@media (max-width: 992px) {
  #head nav > ul > li ul {
    width: 110%;
  }
  .main {
    margin-top: 142px;
  }
  #head .top .warpper {
    padding: 0 1%;
  }
  #head .top .warpper .fr a p {
    display: none;
  }
  #head .top .logo {
    width: 76%;
  }
  #head .top .warpper .fr a b {
    margin-top: 17%;
    display: inline-block;
  }
  #head .top .warpper .logo .disline {
    font-size: 14px;
  }
}
@media (min-width: 765px) {
  .padt10 {
    padding-left: 45px;
  }
  .main .topnav .pc6 {
    width: auto;
    max-width: 100%;
    margin: auto;
  }
}
.vsimg {
  display: none;
}
#foot .inner {
  padding: 2rem 0;
}
#foot .inner .imgs {
  width: 100%;
}
#foot .inner .imgs > div {
  width: 49%;
}
#foot .inner .imgs > div img {
  width: 80%;
  margin-top: 55%;
}
.mes-form {
  margin: 2rem auto;
  width: 100%;
  border: 2rem solid #f1f1f1;
}
.mes-form form {
  width: 50%;
  margin: auto;
}
.mes-form form input {
  width: 100%;
  height: 48px;
  line-height: 48px;
  color: #959595;
  border: 1px solid #d2d2d2;
  padding: 0px 15px;
  outline: none;
  margin-bottom: 20px;
  display: block;
}
.mes-form form .code input {
  width: 40%;
  display: inline-block;
  margin-top: 18px;
}
.mes-form form .code .verify {
  display: inline-block;
}
.mes-form form .code .verify img {
  width: 154px;
}
.mes-form form .submit {
  display: inline-block;
  font-size: 2rem;
  padding: 1% 1%;
  width: 25%;
  margin: 30px auto;
  border-radius: 30px;
  color: #626262;
  border: 2px solid #e6e6e6;
  max-width: 200px;
  text-align: center;
  transition: all .3s;
  background-color: #e6e6e6;
  text-transform: uppercase;
}
.mes-form form .submit:hover {
  background-color: #dab07e;
  border: 2px solid #dab07e;
  color: #fff;
}
.zbtuijians {
  background-image: url(../images/advbg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding: 36px 0;
  position: relative;
}
.zbtuijians h2 {
  font-size: 36px;
  font-weight: bolder;
  color: #dab07e;
  position: relative;
  z-index: 9;
}
.zbtuijians h2::before {
  content: "";
  display: inline-block;
  width: 100px;
  height: 2px;
  margin-right: 5%;
  background-color: #dab07e;
}
.zbtuijians h2::after {
  content: "";
  display: inline-block;
  width: 100px;
  height: 2px;
  margin-left: 5%;
  background-color: #dab07e;
}
.zbtuijians p {
  position: absolute;
  top: 9%;
  width: 100%;
  text-align: center;
  font-size: 71px;
  color: #dab07e;
  opacity: 0.3;
  font-family: fantasy;
  text-transform: uppercase;
}
.tuijians {
  background-color: #dab07e;
  text-align: center;
  padding: 20px 0;
  position: relative;
}
.tuijians h2 {
  font-size: 36px;
  font-weight: bolder;
  color: #FFF;
  position: relative;
  z-index: 9;
}
.tuijians h2::before {
  content: "";
  display: inline-block;
  width: 100px;
  height: 2px;
  margin-right: 9%;
  background-color: #FFF;
}
.tuijians h2::after {
  content: "";
  display: inline-block;
  width: 100px;
  height: 2px;
  margin-left: 9%;
  background-color: #FFF;
}
.tuijians p {
  position: absolute;
  top: -9%;
  width: 100%;
  text-align: center;
  font-size: 71px;
  color: #FFF;
  opacity: 0.3;
  font-family: fantasy;
  text-transform: uppercase;
}
.floating_ck {
  position: fixed;
  right: 20px;
  top: 50%;
  z-index: 9999;
  font-size: 14px;
  border-radius: 5px;
  display: none;
}
.floating_ck dl dt {
  height: 6px;
  background: url(images/kficon1.png) no-repeat center;
}
.floating_ck dl dd {
  transition: all 0.3s;
  position: relative;
  width: 45px;
  height: 45px;
  margin-bottom: 1px;
  background-color: #dab07e;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  cursor: pointer;
}
.floating_ck dl dd:hover {
  background-color: #dab07e;
}
.floating_ck dl dd:hover .floating_left {
  display: block;
}
.floating_ck dl {
  height: 173px;
  background: #dab07e;
  border-radius: 31px;
  padding: 18px 0;
}
.floating_ck dl dd.quote {
  background-image: url(../images/tels.png);
  background-size: 50%;
}
.floating_ck dl dd.qrcord {
  background-image: url(../images/v.png);
}
.floating_ck dl dd.consult {
  background-image: url(../images/q.png);
}
.floating_ck dl dd.return {
  background-image: url(../images/top.png);
  background-color: #dab07e;
}
.return span {
  float: left;
  width: 100%;
  height: 100%;
}
.floating_ck dl dd:nth-child(0) {
  border-radius: 10px 10px 0 0;
  background: #ff0;
}
.floating_ck dl dd:last-child {
  /*border-radius: 0 0 10px 10px; */
}
.floating_left {
  position: absolute;
  left: -160px;
  top: 0px;
  width: 160px;
  background-color: #dab07e;
  display: none;
}
.floating_left a {
  color: #fff;
  line-height: 3;
  font-size: 2rem;
  font-weight: bold;
}
.floating_ewm {
  height: 200px;
  top: -120px;
}
.floating_ewm i {
  display: block;
  width: 145px;
  height: 145px;
  margin: auto;
  margin-top: 7px;
  background: url(../images/wx.jpg) center no-repeat;
  background-size: cover;
}
.floating_ewm2 i {
  display: block;
  width: 145px;
  height: 145px;
  margin: auto;
  margin-top: 7px;
  background: url(../images/qq.png) center no-repeat;
  background-size: cover;
}
.floating_ewm2 p {
  color: #fff;
  margin-top: 5px;
}
.floating_ewm p {
  color: #fff;
  margin-top: 5px;
}
.friendlink {
  color: #b1b1b1;
  font-size: 1.4rem;
}
.friendlink a {
  color: #b1b1b1;
  transition: all 0.3s;
  font-size: 1.4rem;
}
.friendlink a:hover {
  color: #dab07e;
}
@media (max-width: 765px) {
  .newsPage a {
    display: inline-block;
    max-width: 100px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: middle;
  }
  .fcopy .tar {
    text-align: left;
  }
  .main .advantage .programme h6,
  #foot .inner .mains h5,
  .xgnews ul li a h5,
  .newsPage,
  .newsPage a {
    font-size: 16px;
  }
  .main .mv .mvbox,
  #foot .inner .mains,
  #foot .inner ul li a,
  .friendlink a,
  #foot .fcopy,
  .xgnews ul li a .fl p,
  .main .news .newslist ul li a .nesinfo p,
  .contact .iisp,
  .mes-form form input {
    font-size: 14px;
  }
  #head {
    position: unset;
  }
  #head .top .warpper .logo .disline {
    display: none;
  }
  #head .top .warpper .logo img {
    border: none;
  }
  #head .top .navs {
    height: 0px;
    overflow: hidden;
  }
  #head .top .navs .navslist nav {
    display: none;
  }
  .newsbox .titlist li a .date {
    font-size: 3rem;
  }
  .info-center h5 img {
    max-width: 65%;
  }
  .main .advantage .programme p {
    font-size: 14px;
  }
  div.bo .goodgirds a .pic img {
    height: 160px;
  }
  .bo .goodgirds a {
    width: 100%;
  }
  .newsbox .titlist li a .fr {
    width: 20%;
    padding-top: 8%;
  }
  .fixed-banner {
    background-size: cover!important;
    background-position: center;
  }
  .main .advantage .programme img {
    height: auto;
  }
  #plugin-contact-ring2 #ring-toggle-button:before {
    font-size: 14px!important;
  }
  .main .news .newslist ul li a .nesinfo h5 {
    font-size: 18px;
  }
  .zbtuijians h2 {
    font-size: 22px!important;
  }
  .zbtuijians h2::after {
    width: 60px;
  }
  .zbtuijians h2::before {
    width: 60px;
  }
  .mes-form form {
    width: 85%;
  }
  html,
  body {
    font-size: 7.5px;
    overflow-x: hidden;
  }
  .main {
    margin-top: 0;
  }
  #foot .fcopy {
    padding-bottom: 50px;
  }
  .padt10 {
    padding-left: 0;
    padding-top: 10px;
  }
  .msgNum,
  nav ul {
    display: none;
  }
  .m_img,
  .m_nav {
    display: block;
  }
  .m_img .headlf {
    padding-top: 2px;
    padding-left: 5px;
    float: left;
  }
  .m_img .headlf .m_logo {
    height: 40px;
    display: block;
  }
  .m_img .headrg {
    padding-right: 5%;
    float: right;
  }
  .m_img .headrg a .m_menuimg {
    height: 16px;
    vertical-align: top;
    display: block;
  }
  .m_nav {
    display: block;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 0px;
    height: 0px;
    overflow: hidden;
    z-index: 10000;
  }
  .m_nav .closecover {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0b0d19;
    filter: alpha(opacity=0);
    opacity: 0;
    left: 0px;
    top: 0px;
    z-index: 1;
  }
  .m_nav .closeicon {
    position: absolute;
    width: 20%;
    left: 22px;
    top: 5%;
    z-index: 100;
    text-align: center;
    filter: alpha(opacity=0);
    opacity: 0;
  }
  .m_nav .m_navList {
    position: absolute;
    width: 80%;
    right: 0px;
    top: 0px;
    background: #dab07e;
    height: 100%;
    z-index: 100;
    right: -80%;
    overflow-y: scroll;
    margin-right: -6px;
  }
  .m_nav .m_navList ul {
    padding-left: 5%;
    padding-right: 5%;
  }
  .m_nav .m_navList ul li {
    border-bottom: 1px solid #232530;
  }
  .m_nav .m_navList ul li a {
    display: block;
    height: 45px;
    color: #fff;
    line-height: 45px;
    padding-left: 5%;
    font-size: 16px;
  }
  .m_nav .m_navList ul li .m_f_a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  .m_nav .m_navList ul li .m_f_a a {
    flex: 1;
  }
  .m_nav .m_navList ul li .m_f_a i {
    width: 40px;
    height: 35px;
    box-sizing: border-box;
    padding: 0 5px;
    display: block;
  }
  .icon {
    background: url(../images/plus.png) 100% no-repeat;
    background-position: 50% 50%;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    transition: all 0s;
  }
  .icon_on {
    background: url(../images/reduce.jpg) 50% no-repeat !important;
    background-position: 50% 50%;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    transition: all 0s;
  }
  .m_nav .m_navList ul li .m_s_nav {
    display: none;
    width: 100%;
  }
  .m_nav .m_navList ul li .m_s_nav a {
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding-left: 10%;
    overflow: hidden;
    white-space: nowrap;
    width: 90%;
    text-overflow: ellipsis;
  }
  #head .top .logo {
    width: 80%;
  }
  #head .top .navslist {
    width: 10%;
  }
  .menuBtn {
    top: 4.5%;
  }
  #head .top .logo img {
    max-width: 100%;
  }
  #head .toptel img {
    vertical-align: middle;
  }
  .topnav .fr .condec {
    margin-top: 8rem;
  }
  .main .techeritem ul li a .infos {
    background-size: 30% 30%;
  }
  .main .techeritem {
    background-size: 100% 100%;
  }
  .playbtn > div {
    margin-bottom: 7rem;
  }
  .fixed-banner .crumbs {
    padding-top: 38%;
  }
  .pc6 {
    width: 60%;
    margin: auto;
  }
  .main .topnav .fcons {
    margin-top: 1rem;
  }
  .fous .topnav > div {
    padding: 0;
  }
  .main .topnav .ystit {
    width: 60%;
    min-height: 19rem;
  }
  .com-main .coms {
    background-position: center 10%;
    background-size: contain;
  }
  #foot .inner .mains {
    text-align: center;
  }
  #foot .inner .mains h5::after {
    width: 100%;
  }
  .goods .goodgirds a .pic img {
    max-height: 24rem;
  }
  #plugin-contact-ring2 #ring-toggle-button:before {
    font-size: 14px;
  }
  #foot .inner {
    padding: 2rem 0;
  }
  #foot .inner .imgs {
    width: 100%;
  }
  #foot .inner .imgs img {
    width: 50%;
  }
  .main .news .newslist ul li a {
    padding: 0 2rem;
  }
  .topnav .tit {
    width: 100%;
    text-align: center;
  }
  .tmhide,
  .casepage {
    display: none;
  }
  .vsimg {
    display: block;
  }
  .zbtuijians h2 {
    font-size: 18px;
  }
  .girls .swiper-container {
    width: 90%;
  }
  .zbtuijians p {
    top: 17%;
    font-size: 34px;
  }
  .zbtuijians h2 {
    font-size: 20px;
  }
  .zbtuijians h2::before {
    width: 40px;
  }
  .zbtuijians h2::after {
    width: 40px;
  }
  .main .classseting .jptj > div img {
    height: 240px;
    margin: auto;
  }
  .main .news .newslist ul li a .nesinfo p {
    height: auto;
  }
  .main .news .newslist ul li a .more {
    float: right;
  }
  .floating_ck {
    right: 0;
  }
}
.teaimg img {
  max-width: 100%;
  height: 260px;
  object-fit: cover;
}
.bo .goodgirds {
  overflow: hidden;
}
.bo .goodgirds a {
  display: inline-block;
  width: 95%;
}
.bo .goodgirds a .pic {
  transition: all 0.3s;
  padding: 2rem 2rem 1rem;
  border: 1px solid #b2ceba;
  box-shadow: 0px 3px 7px 2px #b2ceba;
  background-color: #fff;
  margin-bottom: 6%;
}
.bo .goodgirds a .pic .teaimg {
  text-align: center;
}
.bo .goodgirds a .pic .teaimg img {
  max-width: 100%;
}
.bo .goodgirds a .pic img {
  border-radius: 0.5rem;
  height: 325px;
  max-width: 100%;
}
.bo .goodgirds a .pic p {
  font-size: 1.8rem;
  color: #3b3b3b;
  line-height: 1;
  padding-top: 2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bo .goodgirds a:hover .pic {
  background-color: #dab07e;
}
.bo .goodgirds a:hover p {
  color: #fff;
}
.warpper {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
.img-responsive {
  width: 100%;
}
.fixed-banner {
  overflow: visible;
}
.prodect-Info {
  background-color: #fff;
}
.prodect-Info .info-main .info-main-rig {
  width: 66%;
  padding: 3rem;
  border: 5px solid #e2ecf5;
}
.prodect-Info .info-main .info-main-rig .title {
  padding-left: 2rem;
}
.info-main-rig h6 {
  font-weight: bold;
  font-size: 2rem ;
  line-height: 3;
  padding-left: 2rem;
  color: #544949;
}
.prodect-Info .info-main .info-main-rig .order-btn .submit {
  font-size: 1.6rem;
  background: #e30c16;
  display: inline-block;
  font-weight: bold;
  width: 200px;
}
.prodect-Info .info-main .info-main-rig .order-btn .submit:hover {
  background: #e30c16;
}
.c40 {
  width: 200px;
  margin-left: -5px;
  display: inline-block;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: #393b3d;
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
}
.c40:hover {
  color: #fff;
}
.spec-items {
  overflow: visible;
}
.prodect-Info .info-main .info-main-rig .order-btn {
  display: flex;
}
.info-center .center-content img {
  max-width: 500px;
}
.info-center .center-content {
  font-size: 14px;
}
.center-content .title {
  font-size: 20px;
  line-height: 55px;
  color: #333;
  font-weight: bold;
}
@media (max-width: 765px) {
  #myCarousel img {
    min-height: 170px;
    object-fit: cover;
  }
  .main .topnav .fcons > div img {
    width: 30px;
  }
  .info-center .center-content img {
    max-width: 100%;
  }
  .prodect-Info .info-main .info-main-rig {
    margin-top: 30px;
    width: 100%;
    float: none;
    display: inline-block;
  }
  .main .classseting {
    padding: 3rem 0rem 5rem;
  }
  .c40 {
    margin-left: 0;
  }
  .prodect-Info .info-main .info-preview,
  .MagnifierMain,
  #MagnifierWrap2 {
    width: 100%;
  }
  .prodect-Info .info-main .info-main-rig .de-list {
    min-height: auto;
  }
  .MagnifierDrag {
    display: none!important;
  }
  .tuijians h2 {
    font-size: 20px;
  }
  .tuijians p {
    top: 17%;
    font-size: 34px;
  }
}
